func runtime.readUintptr
8 uses
runtime (current package)
arena.go#L577: h = h.write(s, readUintptr(addb(p, i/8)), k)
mbitmap.go#L201: return typePointers{elem: addr, addr: addr, mask: readUintptr(gcdata), typ: typ}
mbitmap.go#L224: return typePointers{elem: addr, addr: addr, mask: readUintptr(gcdata), typ: typ}
mbitmap.go#L298: tp.mask = readUintptr(addb(tp.typ.GCData, (tp.addr-tp.elem)/goarch.PtrSize/8))
mbitmap.go#L348: tp.mask = readUintptr(tp.typ.GCData)
mbitmap.go#L357: tp.mask = readUintptr(addb(tp.typ.GCData, (tp.addr-tp.elem)/goarch.PtrSize/8))
mbitmap.go#L643: src0 := readUintptr(typ.GCData)
mbitmap.go#L1435: func readUintptr(p *byte) uintptr {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |